home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / porttool.zip / DU.MAN < prev    next >
Text File  |  1992-12-03  |  2KB  |  59 lines

  1.  
  2.    NNAAMMEE
  3.       du - summarize disk usage
  4.  
  5.    SSYYNNOOPPSSIISS
  6.       dduu [_-_a_h_r_s] [_n_a_m_e_ _._._.]
  7.  
  8.    DDEESSCCRRIIPPTTIIOONN
  9.       dduu prints the number of kilobytes contained in all files and
  10.       directories within the specified name.  dduu searches the specified
  11.       directory and all subdirectories.  If a name is not specified, the
  12.       default is the current directory (.).
  13.       This command is useful when disk space becomes a problem.  dduu can
  14.       be used to find the largest obsolete files for efficient removal.
  15.  
  16.    OOPPTTIIOONNSS
  17.       All options are mutually exclusive.
  18.  
  19.       --aa    generates a listing for all files.
  20.  
  21.       --hh    displays a short help message.
  22.  
  23.       --rr    suppresses error reporting.
  24.  
  25.       --ss    prints the total number of kilobytes occupied.
  26.  
  27.       _n_a_m_e  specifies file or directory.
  28.  
  29.    EEXXAAMMPPLLEESS
  30.       C:> du /include
  31.       4       /include/sys
  32.       101     /include
  33.  
  34.       dduu prints the number of kilobytes used by the specified directory
  35.       //iinncclluuddee and by the subdirectory ssyyss.
  36.  
  37.       C:> du -s /include
  38.       101     /include
  39.  
  40.       dduu  --ss prints the total kilobytes used by the specified directory.
  41.  
  42.       C:> du -a /include/sys
  43.       1       /include/sys/stat.h
  44.       1       /include/sys/timeb.h
  45.       1       /include/sys/types.h
  46.       4       /include/sys
  47.  
  48.       dduu  --aa prints the number of kilobytes used by all files and
  49.       directories within the specified directory.
  50.  
  51.    SSPPEECCIIAALL  CCOONNSSIIDDEERRAATTIIOONNSS
  52.       If the --aa option is not used, nondirectories given as arguments are
  53.       not listed.
  54.  
  55.    SSEEEE  AALLSSOO
  56.       df(1)
  57.  
  58.    CCooppyyrriigghhtt  ((cc))  FFrraannkk  WWhhaalleeyy  11999922..    AAllll  rriigghhttss  rreesseerrvveedd..
  59.